pggeodb.nancy.inra.fr/db_cefs - db_cefs on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Check Constraints

 

Schema

Table

Check Constraint

Condition

Description

analyse

t_attributs_all

enforce_dims_the_geom

st_ndims(the_geom) = 2

 

analyse

t_attributs_all

enforce_geotype_the_geom

(geometrytype(the_geom) = 'POINT'::text) OR (the_geom IS NULL)

 

analyse

t_attributs_all

enforce_srid_the_geom

st_srid(the_geom) = 2154

 

public

t_positionnement_pos

enforce_dims_the_geom

st_ndims(the_geom) = 2

 

public

t_positionnement_pos

enforce_geotype_the_geom

(geometrytype(the_geom) = 'POINT'::text) OR (the_geom IS NULL)

 

public

t_positionnement_pos

enforce_srid_the_geom

st_srid(the_geom) = 2154

 

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23
Previous topic Chapter index Next topic